home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000439_news@columbia.edu _Thu Oct 3 09:53:56 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id JAA05121 for <kermit.misc@watsun.cc.columbia.edu>; Thu, 3 Oct 1996 09:53:56 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id JAA21386 for kermit.misc@watsun; Thu, 3 Oct 1996 09:53:54 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: 2nd post: Chars lost by DOS Ker under OS/2 during macros
  8. Date: 3 Oct 1996 13:53:05 GMT
  9. Organization: Columbia University
  10. Lines: 28
  11. Message-ID: <530gg1$qe6@apakabar.cc.columbia.edu>
  12. References: <Pine.SUN.3.91.961001161758.9880A-100000@nic.cerf.net> <52ttir$otq@apakabar.cc.columbia.edu> <52utb6$pv3@news.cerf.net>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <52utb6$pv3@news.cerf.net>,  <spacecc@cerf.net> wrote:
  16. : In <52ttir$otq@apakabar.cc.columbia.edu>,
  17. : fdc@watsun.cc.columbia.edu (Frank da Cruz) writes:
  18. : >You didn't say what kind of connection you have, but assuming it's a
  19. : >serial one, you should try to arrange things so you can use RTS/CTS hardware
  20. : >flow control, which does not suffer from the latency problems of software
  21. : >flow control methods like Xon/Xoff.
  22. : I'm using VMODEM so that Kermit sees a serial connection, but in reality it
  23. : is the local Ethernet which connects to the VAX.  I was under the impression
  24. : that Xon/Xoff is the only flow control that is operational in that
  25. : configuration.
  26. In that case all bets are off.  I recommend you use the native OS/2 C-Kermit,
  27. which supports TCP/IP directly, rather than MS-DOS Kermit.  Then you won't
  28. have a problem.
  29.  
  30.   http://www.columbia.edu/kermit/os2.html
  31.  
  32. In particular, see the material towards the end of:
  33.  
  34.   http://www.columbia.edu/kermit/cko191.html
  35.  
  36. on the perils of using serial communications software with VMODEM rather than
  37. true TCP/IP client software.
  38.  
  39. - Frank